home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / util / rexx / fw_macros.lha / Indent_Hanging < prev    next >
Encoding:
Text File  |  1995-03-26  |  500 b   |  23 lines

  1. /* ======================================== */
  2. /*  FINAL WRITER AREXX MACRO                */
  3. /*    by Nigel S. Domaingue, 31/1/95        */
  4. /*  Automatic Hanging Indent                */
  5. /*  $Ver: Indent_Hang v1.0 (31/1/95)        */
  6. /* ======================================== */
  7.  
  8. Options Results
  9.  
  10. Status LeftMargin
  11. left = Result
  12. Status RightMargin
  13. right = result
  14. Status Indent
  15. ind = Result
  16.  
  17. If (left ~= 0.5 ) then LeftMargin 0.5
  18. If (right ~= 0 ) then RightMargin 0
  19. If (ind ~= 0 ) then Indent 0
  20.  
  21.  
  22.  
  23.